Godot: InputMap
Godot Engine
の InputMap について
Godot 4.0
beta 16 の時点で確認
Project Settings で編集できる
https://gyazo.com/f0f0d2f5dafb1c08ef7b604072138575
公式ドキュメント:
Using InputEvent — Godot Engine (latest) documentation in English
Godot: Input Event
と深く関連している
公式クラスリファレンス:
InputMap — Godot Engine (latest) documentation in English
動的に InputEventAction を追加したり削除したりできる機能を提供してる
Deadzone
パラメータって何?と思ったが、入力しきい値のパラメータだった
Godot: Input Dead zone